home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / notes / trouble.txt < prev    next >
Text File  |  1996-09-22  |  14KB  |  289 lines

  1.  
  2. ==================================================================
  3.             T R O U B L E - S H O O T I N G    G U I D E
  4. ==================================================================
  5.  
  6. IF YOU RUN ANY PROGRAM UNDER WINDOWS' 95, MAKE SURE YOU TURN OFF
  7. THE SCREEN SAVER OPTION.  You also need 16Mb of RAM, to be on the
  8. safe side.  
  9.  
  10. MAKE SURE YOUR CONFIG.SYS HAS THIS LINE:
  11. SHELL=C:\DOS\COMMAND.COM C:\DOS /P /E:345
  12.  
  13. You PC may not be able to lauch or recognize small batch file
  14. without the above command line.
  15.  
  16. 1.  Problem due to insufficient RAM to load program.
  17. Symptoms:  "Not enough memory to load program"
  18. Suggestions:
  19. a.  Install more memory
  20. b.  Run MemMaker (from MS-DOS 6.x) to optimize your memory setting
  21. or use any memory manager to reconfigure your system.
  22. c.  Remove as many as non-essential drivers and TSR programs.
  23. d.  If running Windows programs, close as many Windows as possible.
  24.  
  25. 2.  Problems due to programs try writing to the CDROM.
  26. (CD is a READ-ONLY device, cannot be written to)
  27. Correction:  Some programs need to update score or data files when you
  28. exit the program.  Your computer may hang or give an error message when
  29. the program tries writing to the CDROM.  Either ignore the error and 
  30. reset the system OR copy program to hard drive.
  31.  
  32. 3.  Certain programs or games, especially the graphics-intensive ones, 
  33. tends to take a long time to load program into screen, WHY?  
  34. How to speed it up?
  35. Answer:  The access time of most double speed CD-ROM drive is about
  36. 200- 300ms (compare to hard drives' 10- 30ms), so it is a lot SLOWER
  37. when loading big programs.  You may want to get a quad-speed CD-ROM
  38. or install cache program that will speed up CD-ROM drive.  Note that
  39. not every cache program speeds up CDROM access time.
  40.  
  41. 4.  Some games or program run fine on its existing settings, 
  42. it freezes, hangs, or give a disk error or I/O error message when 
  43. I try to change its setting.
  44. Answer:  Since CD is a READ-ONLY media, game settings that have been
  45. written onto it cannot be changed.  You get the above symptoms if you
  46. try to change it.  Either run the program as is OR copy it onto your
  47. hard disk, then you can change its setting without problem.
  48.  
  49. 5.  Program still freezes or gives "I/O error" or "Access Denied"
  50. messages even after I have copied program from CD-ROM to my 
  51. hard disk.
  52. Answer:  The file attribute of the programs is set to "R" (read-only)
  53. when they are copied to the CD-ROM.  You have copied these files
  54. with the "R" attribute.  If you don't remove the "R" attribute, your
  55. PC will not be able to write or update certain data files and give
  56. you I/O and access error messages. Run the following command 
  57. to remove the "R" attribute:
  58.        ATTRIB *.* -R /S
  59.  
  60. 6.  Program does not run properly even though I did what are
  61. suggested in #5.
  62. Answer:  Some programs may need an "actual install" (install 
  63. under certain designated directory name or create sub-directories
  64. in a certain order).  Try looking for any file with names like
  65. INSTALL.EXE, INSTALL.BAT, or INST???.exe; run the file and
  66. do an installation to ANOTHER subdirectory.  Also read any
  67. .DOC or .TXT file for instructions.
  68.  
  69. 7. How to figure out the playing commands?
  70. Answer: There are two ways:
  71. a.  Most programs has a help key, "F1" is the most popular one.
  72. The help key will give you command summary and other essential info.
  73. So look for the help key on your screen.  If no help key is found,
  74. see if you can found a cursor on screen.  You may control the cursor
  75. with arrow keys or mouse.  Then try out different buttons or choices.
  76. b.  Exit the program and manually log into the subdirectory in which
  77. the game resides.  Look for any file with .DOC or .TXT extension and
  78. read it with DOS's EDIT or the LIST, SEE utility (copies in the NOTES
  79. sub-directory). Most games comes with instructions in the form of 
  80. README file, or README.TXT, or README.DOC, or MANUAL.TXT, or 
  81. MANUAL.DOC.  You can print out the instruction with EDIT (from DOS), 
  82. or SEE or LIST or your favorite word processor.
  83. For Windows programs, look for the files with .WRI extension, you
  84. can read it by simply "clicking" on the file.
  85.  
  86. 8.  How to EXIT or get out of certain games and demo?
  87. Answer:  Some software authors are too lazy to write the exit routine.
  88. Most common commands to get out of a program are:
  89.    ESC       F10
  90.    CTRL-X;   CTRL-Q;  CTRL-U;  CTRL-Break; CTRL-ESC;  CTRL-PRINT SCREEN
  91.    ALT-X;    ALT-Q;   ALT-ESC
  92.    F10       CTRL-ALT-DEL
  93. FOR WINDOWS: ATL-F4   
  94.  
  95. When everything fails, use CTRL-ALT-DEL keys.  DON'T use reset button
  96. when running WINDOWS, you may damage the hard disk.
  97.  
  98. 9.  Some games run fine under certain DOS version like DOS 5.0 and do
  99. not run under 6.0 or later.
  100. Suggestion:  Make sure you have this line "DEVICE=C:\DOS\SETVER.EXE" 
  101. in your CONFIG.SYS.  Then run SETVER to set the game program to the 
  102. DOS version that it will operate.  For example, if GAME.EXE will run
  103. under DOS 5 and you are using DOS 6, run this command:
  104.         C:>SETVER GAME.EXE 5.0
  105.  
  106. You need to reboot system for the changes to be effective.
  107. Refer to DOS manual on SETVER if you have any questions.
  108.  
  109. 10.  Problem due to insufficient video memory and incorrect video 
  110. card driver. (Some games require you to choose a video driver, 
  111. some high-resolution games need more than 512k video RAM)
  112. Symptoms:  There's no picture on screen, but the hard disk sounds like
  113.            it is retrieving something.
  114.            Strange colors in pictures.
  115. Correction:  If you have another VGA card, try it to see if problem 
  116. persists. Find a VGA card with more memory. Choose a different video 
  117. driver to see if problem goes away.
  118.  
  119. 11.  Problem due to pointing devices such as mouse and joystick
  120. (Some games won't run without a mouse)
  121. Correction:  Load the mouse driver and install a mouse.  If the mouse
  122. is jumpy or erratic, check if the mouse driver load is the correct one.
  123. Also check if serial port and/or mouse is defective or not.
  124.  
  125. 12.  Problems due to incorrect sound drivers, program crashes or
  126. refuses to run.
  127. Correction:  If the program assumes you have a sound card installed
  128. and you have none, run the setup or install utility of the program,
  129. select PC speaker or none (no sound card).  Then the program won't
  130. look for a sound card when running.
  131. If you have a sound card and the program reports no sound card or
  132. incorrect driver, re-install your sound card driver that comes with
  133. the card; check if problem goes away; if not; run the setup or install
  134. utility of the program.
  135.  
  136. 13.  Problems due to previous program has initialized a system 
  137. setting and "forget" to re-initialize the system when exiting
  138. down the programs.
  139. Symptoms:  Program A will run ONLY you have restart the computer;
  140. or Program A won't run if Program B is run before it.
  141. Correction:  When everything else fail to fix the problem, restart
  142. the computer and try again
  143.  
  144. 14.  Some games runs fine on its existing settings, it freezes, hangs,
  145. or give a disk error or I/O error message when I try to change its
  146. setting.
  147. Answer:  Since CD is a READ-ONLY media, game settings that have been
  148. written onto it cannot be changed.  You get the above symptoms if you
  149. try to change it.  Either play the games as is OR copy it onto your
  150. hard disk, then you can change its setting without problem.
  151.  
  152. 15.  I get "PATH NOT FOUND" error after runing the DESCENT game.
  153. Answer:  Descent re-initialize the path statement in the system
  154. in a way the default setting has changed.  Simply exit installation
  155. menu and type GO and enter again.
  156.  
  157. MOST OF THE PROBLEMS THAT YOU RUN INTO WILL GO AWAY WHEN YOU COPY
  158. THE PROGRAM ONTO THE HARD DRIVE, IF NOT, ALSO RUN "SETUP", OR 
  159. "CONFIG" TYPE PROGRAM/ UTILITY TO CHANGE THE DEFAULT SETTING TO
  160. THE ONE THAT MATCH YOUR SYSTEM.
  161.  
  162. If copying the game from CD-ROM to hard disk does not fix the
  163. problem, copy the ZIP files fo the game to hard disk, uncompress
  164. it using PKUNZIP or UNZIP, re-run INSTALL, CONFIG, or SETUP.
  165. Then the game should run fine.  Problems of this sort is caused
  166. by file names characters not allowed for ISO 9660 standard for
  167. CD-ROM.
  168.  
  169.  
  170.  
  171. ====================================================================
  172.                    WINDOWS SPECIFIC PROBLEMS
  173. ====================================================================
  174. The Windows Operating System is more complicated than DOS.  It 
  175. operates on top of MS-DOS and also has more problems than DOS.  
  176. So many factors can affect the operating of your programs.  
  177. The following is only a partial lists:
  178.    - hardware problems: compatibility issues
  179.    - software problems: driver problems, bugs
  180.    - address conflicts: IRQ conflicts, memory address conflicts
  181.  
  182. Microsoft has published a WINDOWS RESOURCES KIT ($20), which is 
  183. very useful in troubleshooting your WINDOWS problems.  Also there 
  184. is a book called "1-800-WINDOWS HELP" that is pretty good.
  185.  
  186. Most Windows problems are memory-address related.  If you get
  187. "GENERAL PROTECT FAULT" or whatever memory error messages, try
  188. unloading as many programs as possible and re-run your program,
  189. if it still does not work, exit WINDOWS, reboot system, and reload
  190. program; if it still does not work, check your CONFIG.SYS and
  191. remove or rearrange the order of loading device drivers, reboot,
  192. reload program.
  193.  
  194. GP Errors are normally caused by incompatible or outdated
  195. device drivers.
  196.  
  197. Many problems occur after you run program A and try to load program B
  198. (program B works only when you do a fresh reboot).  Some lazy 
  199. programmmers do not follow the written procedures in unloading 
  200. their programs, thus causing problems.
  201.  
  202.  
  203. 1.  Problem due to incorrect Windows video driver.
  204. Symptoms:  Picture looks like missing some colors or shows only 16 colors.
  205. Correction: Exit Windows. Log into Windows subdirectory and run SETUP.
  206.             Move cursor bar to video driver and re-install video driver
  207.             with the driver disks that come with your video card.  Make
  208.             sure choose the one with 256 colors.
  209.  
  210. 2.  Certain Parts of the image are too bright on too dark.
  211. Correction:  Due to the hardware differences between different
  212.              monitors and video cards, you may need to adjust the
  213.              brightness and intensity of your monitor to get the
  214.              best images.
  215.  
  216. 3.  Problem due to insufficient video memory and incorrect video card driver
  217. Symptoms:  There's no picture on screen, but the hard disk sounds like
  218.            it is retrieving something.
  219.            Strange colors in pictures 
  220. Correction:  If you have another VGA card, try it to see if problem persists.
  221. Find a VGA card with more memory. Choose a different video driver to see
  222. if problem goes away.
  223.  
  224. 4.  WINDOWS does not boot up from the default menu in the CD-ROM.
  225. Correction:  WINDOWS directory is not in the DOS path.  Simply add
  226.              WINDOWS in your DOS path in your AUTOEXEC.BAT.
  227.  
  228. 5.  I get "SHARING VIOLATION" when running file Viewer.
  229. CORRECTION: DOS version earlier than 6.22 will give you this error
  230.             message.  Simpy add SHARE in your AUTOEXEC.BAT:
  231.             C:\DOS\SHARE
  232.             If you still have problem, log in the VSHARE directory
  233.             and read the README.TXT file for further details.
  234.  
  235. 6.  I see garbage or nothing on screen when reading some .DOC or .TXT file.
  236. CORRECTION: 1. Some foreign language file will be shown as garbage
  237.                if you did not load the operating system in that
  238.                foreign language in your computer or if you don't
  239.                load the foreign fonts before your read the foreign
  240.                language files.  
  241.             2. You may not have the right file viewer because
  242.                Microsoft Word documents also has .DOC extension. 
  243.                Use Microsoft Word or WORD VIEWER (enclosed in 
  244.                the WORDVIEW directory).  Simply click on the
  245.                WORDVIEW.EXE file and run it directly from the
  246.                CD-ROM, no installation is need.
  247.  
  248. 7.  I get "I/O error" or "access denied" messages when I run the 
  249. program from CD-ROM.
  250. Corrections:  Some programs create some temporary files or
  251. write to whichever directory on which they reside.  Since CD-ROM
  252. is a REASD-ONLY media (means your computer can't write on it),
  253. you will get the above error message when writing on it.
  254. Simply copy the files to your hard disk and run from there.
  255. If .ZIP files are available in the directory, click on it twice
  256. and unzip the original files to your hard disk.  If otherwise,
  257. run any "INSTALL.EXE" file in the directory if available;
  258. if not, simply copy all the files onto your hard disk, then
  259. log into the new directory and run the following command:
  260.    ATTRIB *.* -R   (ENTER)
  261. Please run this command under DOS.  Files originated from CD-ROM  
  262. are all marked READ-ONLY, so that your computer will not write
  263. on it and damage your CD-ROM drive.  When you copy this files 
  264. into your hard drive, your computer does NOT remove the READ-ONLY
  265. attribute from the files.  You will still get "Path/access denied"
  266. message if you do not manually remove it.
  267.  
  268. 8.  The program gives an error messages saying some files like
  269. VBRUNx00.DLL or some DLL files is missing.
  270. CORRECTION:  We have included a collection of common DLL files
  271. in the DLL directory.  Simply copy the one that you need into
  272. that program directory.
  273.  
  274.  
  275.  
  276. -- Copyright 1996,  P.I.E.
  277.  
  278.  
  279. "Windows" and "Windows '95" are registered trademarks of Microsoft
  280. Corporation.
  281.  
  282. All trademarks recognized and are the properties of its 
  283. respective owners.
  284.  
  285.  
  286.  
  287.  
  288.  
  289.